 autorinok.amx    filterscripts
 server.cfg   filterscripts  autorinok
   
 (    ) /asave []
        
   scriptfiles     auto   parking.txt
        .
     filterscripts   autorinok.pwn 
  #define MAX_AUTO 4 //        
   
new Float:VehicleShopSpawn[sizeof(VehicleInfo)][4] = { //     "/sellcar"
	{1630.187744,-1098.269653,23.577175,269.739959}, // 518(3000)
	{1630.537719,-1093.708862,23.571521,268.639099}, // 589(1000)
	{1630.737426,-1089.568725,24.026412,270.418823} // 482(100)
};

   
        {1630.187744,-1098.269653,23.577175,269.739959}, // 518(3000)
	{1630.537719,-1093.708862,23.571521,268.639099}, // 589(1000)
	{1630.737426,-1089.568725,24.026412,270.418823} // 482(100)

     parking.txt
         
     scriptfiles     auto   parking.cfg
     3        
     .

            
     .

       3 
 autorinok.pwn
 
public Checkprop()  
if(VehicleInfo[v][vOwned] == 1 && VehicleInfo[v][vDate] > 3)
{
olddate = VehicleInfo[v][vDate];
if(curdate-olddate >= 3)

  3            


/fpa -        (   )


